Projection

objects.Projection()

The accepted input for a projection in FloodAdapt.

A projection is a combination of a physical projection and a socio-economic change.

Attributes

name : str

Name of the object.

description : str

Description of the object. defaults to ““.

physical_projection : PhysicalProjection

The physical projection model. Contains information about hazard drivers.

socio_economic_change : SocioEconomicChange

The socio-economic change model. Contains information about impact drivers.

Back to top